home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / COMM / INTERNET / MAIL / TRANSPORTS / TCP_IP / startup < prev    next >
Text File  |  1996-02-07  |  3KB  |  74 lines

  1. |===============================================================================|
  2. | Start up file for Ant's TCP/IP NewsBase transport (no more !BB blues!         |
  3. | Copyright © 1995 Ant.                                                         |
  4. |===============================================================================|
  5.  
  6.  
  7.  
  8. |===============================================================================|
  9. | First, set up a few directories for internal use  (best not to change these)  |
  10. |===============================================================================|
  11.  
  12. Set TCPIPTransport$Dir <Obey$Dir>
  13. Set TCPIPTransport$Lib <Obey$Dir>.lib
  14. Set TCPIPTransport$SupportDir <NewsBase$Support>.tcp/ip
  15.  
  16.  
  17. |===============================================================================|
  18. | Various domain related variables
  19. |===============================================================================|
  20.  
  21.  
  22. | Filename to save NewsBase mail under. As long as you don't set it to 'news'
  23. | then this is pretty irrelevant. If you do set it to news, interesting things
  24. | happen (and you'll probably lose all your mail.)
  25.  
  26. Set TCPIPTransport$MailUser gta
  27.  
  28.  
  29. | Set this to your domain name
  30. | Note that this is not the same as your local machine name;
  31. | The name you give here should be valid outside the local network, as it is
  32. | used for the 'From' and 'Reply to' fields. Typically, it will be the domain
  33. | of the machine you've set in TCPIPTransport$MailHost.
  34.  
  35. Set TCPIPTransport$DomainName hep.umn.edu
  36.  
  37.  
  38. |===============================================================================|
  39. | MAIL related variables
  40. |===============================================================================|
  41.  
  42. | This is where the TCP/IP transport looks for your incoming mail file,
  43. | which, reasonably enough,  should contain your incoming mail. Typically, 
  44. | this will be an NFS mount to your home directory, or something.
  45.  
  46. Set TCPIPTransport$MailFile null:$
  47.  
  48.  
  49. | This is the name of the host on which a SMTP server resides. This hostname
  50. | must appear as a fully qualified domain name in your !Internet.files.hosts file.
  51.  
  52. Set TCPIPTransport$MailHost mnhepw.hep.umn.edu
  53.  
  54.  
  55.  
  56. |===============================================================================|
  57. | NEWS related variables
  58. |===============================================================================|
  59.  
  60. | Similarly, this is the name of a host on which an NNTP server resides. It too
  61. | must be known to the !Internet software. Ensure that this host allows you to
  62. | send and receive news, otherwise your acquaintance with NewsBase will be both
  63. | succinct and irritating.
  64.  
  65. Set TCPIPTransport$NewsHost newsstand.tc.umn.edu
  66.  
  67.  
  68.  
  69. | If we're happy about the set up, share our joy with NewsBase
  70.  
  71. Set NewsBase$ReturnCode 0
  72. Set NewsBase$ReturnInfo OK, I'm all set up.
  73.  
  74.